home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Macintosh Sample Code / Sample Code Notes / SCN.003.SillyBalls < prev    next >
Encoding:
Text File  |  1994-11-18  |  1.3 KB  |  36 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #3:    SillyBalls
  7.  
  8. Written by:    Bo3b Johnson
  9.  
  10. Versions:            1.00                        August 1988
  11.                     1.01                        June 1992
  12.  
  13. Components:            SillyBalls.p                August 1, 1988
  14.                     SillyBalls.c                August 1, 1988
  15.                     PSillyBalls.make            August 1, 1988
  16.                     CSillyBalls.make            August 1, 1988
  17.                     TCSillyBalls.π                June 4, 1992
  18. _____________________________________________________________________________
  19.  
  20. SillyBalls is a very simple application that demonstrates how to 
  21. use Color QuickDraw.  It is about two pages of code, and it does 
  22. nothing more than open a color window and draw randomly colored 
  23. ovals in the window.
  24.  
  25. The purpose of SillyBalls is to demonstrate how to get quick 
  26. results with Color QuickDraw.  It is a complete program, but it is 
  27. very short to be as clear as possible.  It does not have an event 
  28. loop, and it is not fully functional, in the sense that it does 
  29. not do all the things one would normally expect from a well-
  30. behaved Macintosh application (i.e., use an event loop, size the 
  31. window naturally, use menus, etc.)
  32.  
  33. We recommend that you review Sample or TESample for the general 
  34. structure and MultiFinder techniques you should use when writing a 
  35. new application.
  36.